home *** CD-ROM | disk | FTP | other *** search
- Path: port5.sniff.smallmedia.com!user
- From: mhoward@plainfield.bypass.com (Mark Howard)
- Newsgroups: comp.lang.c
- Subject: Re: iHelp! Dumb question for smart THINK C users.
- Date: Mon, 22 Jan 1996 08:40:11 -0500
- Organization: TGF Internet Services
- Distribution: world
- Message-ID: <mhoward-2201960840110001@port5.sniff.smallmedia.com>
- References: <stlabguest-2001961601280001@pm71001.scilab.wesleyan.edu> <Pine.A32.3.91.960121025559.33359I-100000@red.weeg.uiowa.edu>
- NNTP-Posting-Host: port5.sniff.smallmedia.com
-
- In article <Pine.A32.3.91.960121025559.33359I-100000@red.weeg.uiowa.edu>,
- The Amorphous Mass <robinson@blue.weeg.uiowa.edu> wrote:
-
- > On Sat, 20 Jan 1996, STLab Public Access Macintosh wrote:
- >
- > > I'm a total newbie to C programming, but I got a copy of THINK C yesterday
- > > and decided to try to learn. So I tried a very simple program:
-
- The Mac does not have a standard termanal, so for most straight ANSI C
- code you need to include in your project something that will provide a
- window that acts like a termanal for your program to read from and write
- to. With CodeWarrior I include SIOUX in all my C projects for this. THINK
- C should have something to do this, check the manual.
-
- Good luck
- -Mark
-